home *** CD-ROM | disk | FTP | other *** search
/ Champak 49 / Volume 49 - JOGO DISK .iso / Games / extremeracing2.swf / scripts / DefineSprite_231 / frame_16 / DoAction.as
Encoding:
Text File  |  2007-10-01  |  217 b   |  13 lines

  1. _root.oilSpinOut = "no";
  2. _root.distanceTimer = 0;
  3. _root.distanceController = 5;
  4. _root.distanceSpeedTimer = 0;
  5. if(_root.gameOver == "yes")
  6. {
  7.    stop();
  8. }
  9. else
  10. {
  11.    _parent._parent._parent.gotoAndStop(1);
  12. }
  13.